-
Home
-
PressForward
-
5.3.1
-
Code
-
Classes
- PF_JWT
Total Complexity |
38 |
Dependencies |
7 |
Dependents |
3 |
Total lines |
181 |
Lines of code |
145 |
Logical lines of code |
96 |
Comment lines |
17 |
Methods |
13 |
Properties |
3 |
Methods 13
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
make_a_public_key() |
S |
51 |
6 |
25 |
random_bytes() |
S |
58 |
5 |
16 |
get_a_user_from_public_key() |
S |
58 |
4 |
15 |
get_a_user_public_key() |
S |
60 |
4 |
14 |
get_a_user_private_key() |
S |
61 |
4 |
13 |
get_user_by_key() |
S |
62 |
4 |
11 |
get_a_user_private_key_for_decrypt() |
S |
62 |
2 |
11 |
system_key() |
S |
67 |
2 |
8 |
decode_with_jwt() |
S |
67 |
2 |
8 |
map_private_key_to_user() |
S |
65 |
2 |
9 |
__construct() |
S |
74 |
1 |
5 |
encode_with_jwt() |
S |
79 |
1 |
3 |
make_a_jwt_private_key() |
S |
68 |
1 |
7 |